Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / YSQb<OtQb> Class / OnLocationChanged Method


In This Topic
    OnLocationChanged Method (YSQb<OtQb>)
    In This Topic
    Called when the location of the form has changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLocationChanged( _
       ByVal GtQb As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As YSQb(Of OtQb)
    Dim GtQb As System.EventArgs
     
    instance.OnLocationChanged(GtQb)
    protected override void OnLocationChanged( 
       System.EventArgs GtQb
    )

    Parameters

    GtQb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also